home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 December / macformat-057.iso / mac / Shareware Plus / Information / About This Particular Mac 3.07 / About This Particular Mac 3.07.rsrc / TEXT_138.txt < prev    next >
Encoding:
Text File  |  1997-07-24  |  7.7 KB  |  175 lines

  1. 
  2.   
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ¬†    
  12.  
  13.  
  14.  
  15.  
  16.  
  17. Product Information
  18. Published by: Bare Bones Software
  19. PO Box 1048
  20. Bedford, MA 01730-1048
  21. Phone: (617) 676-0650
  22. Fax: (617) 676-0651
  23. Email: sales@barebones.com
  24. Web: <http://www.barebones.com>¬†
  25.  
  26. As a programmer, a webmaster and an genuine power user, I can honestly say that I have encountered few programs as valuable as BBEdit. Beyond its speed and flexibility lies an extremely well designed user interface. For the modest user, BBEdit offers a host of features without a steep learning curve. For the power user, it enables complete customization and total control over every intricate feature. Simply stated, BBEdit is one of those rare programs that is hard to improve upon.
  27.  
  28.  
  29. What Exactly Is It?
  30.  
  31. BBEdit is a text editor. It‚Äôs not a word processor; keep that in mind. BBEdit was originally created for programmers who were dissatisfied with the editing capabilities of integrated programming environments such as Symantec‚Äôs Think C. Yet BBEdit has grown from the modest programmer‚Äôs tool it once was. Although many still use it as an alternative editor, webmasters all over have discovered its value as an HTML tool. Personally, I have found it useful for batch text processing as well. I‚Äôve even used BBEdit to recover data from corrupted files. In short, BBEdit is enormously helpful for executing a variety of tasks.
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Webmasters‚ÄîYou‚Äôve Gotta Check This Out
  70.  
  71. As the webmaster for a handful of sites, ATPM included, I have found BBEdit to be an indispensable tool. I generate, edit and manage sites using only BBEdit. Its powerful Extension facility, made available early in version 3.0, prompted people to write HTML markup extensions. Bare Bones realized their utility and incorporated them into version 4.0. Now, BBEdit is a full-fledged HTML editor. Its floating window provides a host of HTML features. Among these are: generation of HTML code for almost any situation; HTML syntax checking; and a text spelling checker that ignores HTML tags. These features are incredibly useful for managing online publications such as ATPM. 
  72.  
  73. Furthermore, BBEdit has syntax coloring. The user defines¬†
  74. words that will appear in different colors. Reading HTML tags
  75. that are highlighted by color is far less strenuous on the eyes.
  76. BBEdit‚Äôs preview facility is also excellent. It allows the user
  77. to choose a browser, such as Netscape or Internet Explorer,
  78. and preview HTML code with the chosen browser by pressing
  79. three keys on the keyboard (Command-Control-P). This feat-
  80. ure significantly reduces HTML authoring time.
  81.  
  82. BBEdit provides an Internet menu, which allows the user to 
  83. define and launch FTP client, mail client, web browser, NCSA 
  84. client and other applications from within BBEdit by the click-
  85. ing a button. Webmasters will appreciate BBEdit‚Äôs ability to 
  86. create projects composed groups of files and directories. This 
  87. architecture provides a pictorial view of a site‚Äôs hierarchy 
  88. and easy access to any number of embedded files.
  89.  
  90. Although these features alone make BBEdit an attractive 
  91. package for webmasters, its true strength is text manipulat-
  92. ion. One example is BBEdit‚Äôs ability to translate text into an 
  93. HTML table. Additionally, BBEdit offers one of the best search 
  94. and replace facilities I have encountered. Multiple files can be 
  95. searched and replaced in one command, nested folders can be 
  96. included in the search, searches can include control characters
  97. (such as \r for a carriage return or \t for a tab) as fast as 
  98. snapping you fingers. Two files can even be compared and 
  99. BBEdit will generate a list of differences. This feature is 
  100. incredibly useful! In addition, macros can be setup in a user 
  101. friendly, point and click manner. Macros can be assigned 
  102. keystroke shortcuts and/or set to repeat a designated number 
  103. of times. Best of all, BBEdit offers unlimited undos and redos. 
  104. Are you getting the picture yet?
  105.  
  106. As if all of this wasn‚Äôt enough, with BBEdit, a webmaster can 
  107. work on a web site remotely. BBEdit has an integrated FTP facility that allows the user to FTP an HTML file directly to a remote location. Changes can be made, and upon saving, BBEdit will automatically upload the new file version via FTP. This prevents synchronization problems from occurring between local and remote copies of a site. Files can be opened off of an FTP site as well. While it‚Äôs a little on the slow side when compared to Anarchie or Fetch, the overall time-efficiency of this feature balances the scales.
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Other Features
  130.  
  131. It‚Äôs impossible to discuss all of BBEdit‚Äôs features. I‚Äôve focused on the HTML suite because those are the features with which I am most familiar. There are a number of other extensions included with BBEdit that process text in other useful ways. For programmers, BBEdit provides an excellent alternative to integrated editors. It is fast, provides split scroll, line numbering, a function popup menu and syntax coloring. BBEdit handles code formatting issues easily. It can indent or unindent, comment or uncomment large chunks of code, and it facilitates project management. BBEdit reads CodeWarrior and Symantec projects without a hitch.
  132.  
  133. Additionally, BBEdit is fully scriptable using AppleScript and/or Userland Frontier. There is a BBEdit Startup Items folder into which any file or application can be placed. Upon launching BBEdit, all files within the Startup Items folder will be processed in the appropriate manner. Possible uses for this feature might be to automatically launch a web browser previewing HTML or load Metrowerks CodeWarrior for working on C++ projects.
  134.  
  135. Yes, there‚Äôs more. BBEdit uses the Claris XTND system and thus opens a wide array of file formats. However, should you need to ‚Äúrip‚Äù the data fork out of a file for some reason, BBEdit will enable you to open any file and view the data fork as raw text. This is incredibly useful for recovering text from damaged files, or ripping text out of a file you can‚Äôt otherwise read. Of course, BBEdit can deal with text originating from DOS, UNIX and Macintosh environments and can convert from one to another easily. As one might expect, BBEdit never complains about the size of a file, it simply speeds ahead regardless of how large a file it is processing.
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. Speed
  161.  
  162. This review really wouldn‚Äôt be complete without mentioning BBEdit‚Äôs incredible speed. While many of our readers might not consider speed to be a noteworthy trait for a text editor, I could easily find programs that deal with text in a drudgingly slow manner (Microsoft Word 6.0 comes to mind). BBEdit‚Äôs speed is apparent in every task it achieves, from scrolling, to searching and replacing, to formatting HTML to executing macros, BBEdit is the fastest text editor on the face of the planet, and without question the fastest HTML editor in the universe. While there may be flashier web authoring environments like PageMill or FrontPage, BBEdit runs circles around these packages and retains modesty in doing so. BBEdit doesn‚Äôt have a lot of flare or fancy and useless features. It‚Äôs a functional piece of software that performs every task it should, and it performs those tasks at the speed of light.
  163.  
  164.  
  165. Nothing to Lose
  166.  
  167. BBEdit does an awful lot, and I‚Äôve really only scratched the surface. If this review isn‚Äôt enough to convince you to go out and buy BBEdit right now, it should be enough to convince you to download the free demo from the Bare Bones web site <http://www.barebones.com>. Try it for a few weeks. I‚Äôm sure you‚Äôll agree, ¬†
  168. BBEdit a fantastic piece of software.
  169.  
  170.  
  171.  
  172. Evan Trent, etrent@atpm.com is ATPM‚Äôs webzinger. When not working on¬†
  173. web sites, he enjoys C/C++ programming and desktop publishing. Every now and
  174. then he spends five minutes away from his computer.
  175.